home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
machserver
/
1.098
/
Include
/
fsioRpc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-10-19
|
993b
|
32 lines
/*
* fsioRpc.h --
*
* Declarations of RPC calls for the fsio module.
*
* Copyright 1990 Regents of the University of California
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
* fee is hereby granted, provided that the above copyright
* notice appear in all copies. The University of California
* makes no representations about the suitability of this
* software for any purpose. It is provided "as is" without
* express or implied warranty.
*
* $Header: /sprite/src/kernel/fsio/RCS/fsioRpc.h,v 1.1 90/10/09 15:49:01 mendel Exp $ SPRITE (Berkeley)
*/
#ifndef _FSIORPC
#define _FSIORPC
#include <rpc.h>
/* procedures */
extern ReturnStatus Fsio_RpcStreamMigClose _ARGS_((ClientData srvToken,
int clientID, int command, Rpc_Storage *storagePtr));
extern ReturnStatus Fsio_RpcStreamMigCloseNew _ARGS_((ClientData srvToken,
int clientID, int command, Rpc_Storage *storagePtr));
#endif /* _FSIORPC */